home *** CD-ROM | disk | FTP | other *** search
/ Almathera Ten Pack 3: CDPD 3 / Almathera Ten on Ten - Disc 3: CDPD3.iso / ab20 / unarced / datacomm / vltjr / rexx / vltmouse2.scp < prev    next >
Text File  |  1995-03-17  |  416b  |  12 lines

  1. #   VLTMouse.scp
  2. #
  3. #   Program VLT's mouse to put up a message window with the various
  4. #   mouse coordinates.
  5. #
  6. mouse off (~mess (Mouse  y, x: %2d %2d*NCursor y, x: %2d %2d*NLines/Cols : %2d %2d*NQualifiers : %x))
  7. message (Your mouse has been reprogrammed.*N*NWait until this message has gone away.*NThen, click  anywhere in VLT's  screen*Nand  hold down  the left mouse button.)
  8. delay 6
  9. message
  10. mouse on
  11. exit quiet
  12.